home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_438 / toollib / linklib / lvotool.asm < prev    next >
Assembly Source File  |  1992-05-06  |  2KB  |  93 lines

  1.     xdef    _LVOCreatePort
  2.     xdef    _LVODeletePort
  3.     xdef    _LVOCreateExtIO
  4.     xdef    _LVODeleteExtIO
  5.     xdef    _LVOCreateStdIO
  6.     xdef    _LVODeleteStdIO
  7.     xdef    _LVOCreateTimeDelay
  8.     xdef    _LVODoTimeDelay
  9.     xdef    _LVODeleteTimeDelay
  10.     xdef    _LVOQuickSort
  11.     xdef    _LVOSwapMem
  12.     xdef    _LVOTestBits
  13.     xdef    _LVOSelectGadget
  14.     xdef    _LVODeSelectGadget
  15.     xdef    _LVOMutualExclude
  16.     xdef    _LVOMutualInclude
  17.     xdef    _LVOEraseGadget
  18.     xdef    _LVOGadgetOn
  19.     xdef    _LVOGadgetOff
  20.     xdef    _LVOSelectTest
  21.     xdef    _LVOShadowGadget
  22.     xdef    _LVOOnGList
  23.     xdef    _LVOOffGList
  24.     xdef    _LVOSelectGList
  25.     xdef    _LVODeSelectGList
  26.     xdef    _LVOShadowGList
  27.     xdef    _LVOEraseGList
  28.     xdef    _LVOInitMemoryChain
  29.     xdef    _LVOAllocItem
  30.     xdef    _LVOFreeItem
  31.     xdef    _LVOFreeMemoryChain
  32.     xdef    _LVOFormat
  33.     xdef    _LVOWriteFormat
  34.     xdef    _LVOMatchPattern
  35.     xdef    _LVOIsolate
  36.     xdef    _LVOBstrToCstr
  37.     xdef    _LVOGetDate
  38.     xdef    _LVOOpenDir
  39.     xdef    _LVOGetEntry
  40.     xdef    _LVOCloseDir
  41.     xdef    _LVOFreeDir
  42.     xdef    _LVOIoErrToStr
  43.     xdef    _LVOAllocFreq
  44.     xdef    _LVOFreeFreq
  45.     xdef    _LVOFileRequest
  46.  
  47. _LVOCreatePort    EQU    -30
  48. _LVODeletePort    EQU    -36
  49. _LVOCreateExtIO EQU    -42
  50. _LVODeleteExtIO EQU    -48
  51. _LVOCreateStdIO EQU    -54
  52. _LVODeleteStdIO EQU    -60
  53. _LVOCreateTimeDelay    EQU    -66
  54. _LVODoTimeDelay EQU    -72
  55. _LVODeleteTimeDelay    EQU    -78
  56. _LVOQuickSort    EQU    -84
  57. _LVOSwapMem    EQU    -90
  58. _LVOTestBits    EQU    -96
  59. _LVOSelectGadget    EQU    -102
  60. _LVODeSelectGadget    EQU    -108
  61. _LVOMutualExclude    EQU    -114
  62. _LVOMutualInclude    EQU    -120
  63. _LVOEraseGadget EQU    -126
  64. _LVOGadgetOn    EQU    -132
  65. _LVOGadgetOff    EQU    -138
  66. _LVOSelectTest    EQU    -144
  67. _LVOShadowGadget    EQU    -150
  68. _LVOOnGList    EQU    -156
  69. _LVOOffGList    EQU    -162
  70. _LVOSelectGList EQU    -168
  71. _LVODeSelectGList    EQU    -174
  72. _LVOShadowGList EQU    -180
  73. _LVOEraseGList    EQU    -186
  74. _LVOInitMemoryChain    EQU    -192
  75. _LVOAllocItem    EQU    -198
  76. _LVOFreeItem    EQU    -204
  77. _LVOFreeMemoryChain    EQU    -210
  78. _LVOFormat    EQU    -216
  79. _LVOWriteFormat EQU    -222
  80. _LVOMatchPattern    EQU    -228
  81. _LVOIsolate    EQU    -234
  82. _LVOBstrToCstr    EQU    -240
  83. _LVOGetDate    EQU    -246
  84. _LVOOpenDir    EQU    -252
  85. _LVOGetEntry    EQU    -258
  86. _LVOCloseDir    EQU    -264
  87. _LVOFreeDir    EQU    -270
  88. _LVOIoErrToStr    EQU    -276
  89. _LVOAllocFreq    EQU    -282
  90. _LVOFreeFreq    EQU    -288
  91. _LVOFileRequest EQU    -294
  92.  
  93.